home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / compressed / utilities / maxdos25demo.lha / MaxDOS 2.5 Demo / Storage / DosDrivers / MF0 next >
Text File  |  1995-03-14  |  421b  |  26 lines

  1. /* MacDisk filesystem */
  2.  
  3. /* Mountlist entry for use with MaxDOSFileSystem
  4.  * Copyright 1995 Media4 Productions
  5.  */
  6.  
  7. FileSystem    = L:MaxDOSFileSystem
  8. Device        = "mfm.device"
  9. Flags        = 0
  10. Surfaces    = 2
  11. BlockSize    = 512
  12. BlocksPerTrack    = 18
  13. LowCyl        = 0
  14. HighCyl        = 79
  15. Reserved    = 0
  16. Prealloc    = 0
  17. Interleave    = 0
  18. Buffers        = 20
  19. BufMemType    = 2
  20. Stacksize    = 64096
  21. GlobVec        = -1
  22. Priority    = 10
  23. Mount        = 1
  24. Forceload    = 1
  25. DosType        = 0x48465300
  26.